home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / RichText / ReadMe.txt < prev    next >
Encoding:
Text File  |  2004-10-22  |  1.4 KB  |  50 lines

  1. RICH TEXT BOX DEMO
  2.  
  3. A Borland Delphi Demo for Microsoft .NET Framework
  4.  
  5. Written by Rick Beerendonk (rick@beerendonk.com)
  6.            Microloon BV
  7.            The Netherlands
  8.  
  9. --------------------------------------------------
  10.  
  11. THIS CODE AND INFORMATION ARE PROVIDED "AS IS" 
  12. WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR 
  13. IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED 
  14. WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  15. PARTICULAR PURPOSE.
  16.  
  17. --------------------------------------------------
  18.  
  19. SUMMARY
  20.  
  21. This demo shows the use of many Rich Text Box 
  22. properties (Alignment, Fonts, FontSize, 
  23. FontStyles, WordWrap, Find, DetectURL, Bullets, 
  24. Zoom, Cut/Copy/Paste, Undo/Redo, Open/Save, etc.).
  25. Of course, they are only enabled when they are 
  26. really available (Paste/Undo/Redo).
  27.  
  28. Printing is implemented complete with Print 
  29. Preview 
  30. and Page Setup. Unfortunately the 
  31. RichEditBox has no native support for printing, so 
  32. some unmanaged
  33.  code was necessary to allow 
  34. printing.
  35.  
  36. This demo also shows the use of a number of 
  37. standard dialogs and how to handle the 
  38. dialogresults.
  39.  
  40. There are also two custom dialogs, find-dialog 
  41. (with a demonstration of set-usage) and the 
  42. info-dialog (showing how to use the linklabel to 
  43. open a website).
  44.  
  45. Drag & drop of files onto the application is 
  46. supported.
  47.  
  48. Finally it shows how to retrieve file and 
  49. environment info (like versions).
  50.